function SafeYoodgetWrapper(){this.base=YoodgetWrapper;this.base();this.allowed={logDebug:true,logError:true,yoodgetInSidebar:true,incStat:true,openUrl:true,singletonPopup:true,popup:true};this.externalYoodget=true}SafeYoodgetWrapper.prototype=new YoodgetWrapper;SafeYoodgetWrapper.prototype.filterForMethods=function(a){var c=false;try{if(a in this.allowed){c=true}}catch(b){this.YEXTIF.logError("SafeYoodgetWrapper.filterForMethods: "+b)}return(c)};SafeYoodgetWrapper.prototype.getYoodgetUrl=function(){return(this.url+"?yuid="+this.yuid)};